object Form1: TForm1 Left = 200 Top = 95 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Blinking Label Demo' ClientHeight = 141 ClientWidth = 348 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object BlinkLabel1: TBlinkLabel Left = 8 Top = 8 Width = 333 Height = 24 Caption = 'This label blinks @ 300ms intervals' Font.Color = clBlue Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object BlinkLabel2: TBlinkLabel Left = 7 Top = 40 Width = 333 Height = 24 Caption = 'This label blinks @ 100ms intervals' Font.Color = clRed Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False BlinkRate = 100 end object BlinkLabel3: TBlinkLabel Left = 7 Top = 72 Width = 333 Height = 24 Caption = 'This label blinks @ 700ms intervals' Font.Color = clFuchsia Font.Height = -20 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False BlinkRate = 700 end object BlinkLabel4: TBlinkLabel Left = 125 Top = 112 Width = 98 Height = 16 Caption = 'Dizzy Yet? =D' BlinkRate = 200 end end